home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / CrackMe4e.exe / 0 / RCDATA / TMYABOUTBOXFORM / TMYABOUTBOXFORM.txt < prev   
Encoding:
Text File  |  1999-04-30  |  2.7 KB  |  143 lines

  1. object MyAboutBoxForm: TMyAboutBoxForm
  2.   Left = 243
  3.   Top = 230
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 302
  8.   ClientWidth = 371
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 351
  20.     Height = 231
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -15
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 10
  31.       Top = 10
  32.       Width = 81
  33.       Height = 71
  34.       Picture.Data = {<image000.bmp>}
  35.       Stretch = True
  36.       IsControl = True
  37.     end
  38.     object ProdName: TLabel
  39.       Left = 16
  40.       Top = 100
  41.       Width = 320
  42.       Height = 36
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = 'Product Name'
  46.       Font.Color = clBlack
  47.       Font.Height = -30
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Label1: TLabel
  54.       Left = 104
  55.       Top = 40
  56.       Width = 71
  57.       Height = 16
  58.       Caption = 'Copyright:'
  59.     end
  60.     object Label4: TLabel
  61.       Left = 104
  62.       Top = 64
  63.       Width = 113
  64.       Height = 16
  65.       Caption = 'Product version:'
  66.     end
  67.     object Text1: TLabel
  68.       Left = 8
  69.       Top = 176
  70.       Width = 333
  71.       Height = 16
  72.       AutoSize = False
  73.       Caption = 'Text1'
  74.     end
  75.     object Text2: TLabel
  76.       Left = 8
  77.       Top = 200
  78.       Width = 333
  79.       Height = 16
  80.       AutoSize = False
  81.       Caption = 'Text2'
  82.     end
  83.     object Copyright: TLabel
  84.       Left = 224
  85.       Top = 40
  86.       Width = 62
  87.       Height = 16
  88.       Caption = '∩┐╜obiXoft∩┐╜'
  89.     end
  90.     object ProdVersion: TLabel
  91.       Left = 224
  92.       Top = 64
  93.       Width = 21
  94.       Height = 16
  95.       Caption = '1.0'
  96.     end
  97.     object Bevel1: TBevel
  98.       Left = 6
  99.       Top = 88
  100.       Width = 337
  101.       Height = 17
  102.       Shape = bsTopLine
  103.     end
  104.     object Bevel2: TBevel
  105.       Left = 6
  106.       Top = 152
  107.       Width = 337
  108.       Height = 17
  109.       Shape = bsTopLine
  110.     end
  111.     object Label7: TLabel
  112.       Left = 104
  113.       Top = 16
  114.       Width = 49
  115.       Height = 16
  116.       Caption = 'Author:'
  117.     end
  118.     object Author: TLabel
  119.       Left = 224
  120.       Top = 16
  121.       Width = 103
  122.       Height = 16
  123.       Caption = '∩┐╜ukasz ∩┐╜obacz'
  124.     end
  125.   end
  126.   object OKButton: TBitBtn
  127.     Left = 139
  128.     Top = 255
  129.     Width = 96
  130.     Height = 33
  131.     Font.Color = clBlack
  132.     Font.Height = -15
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = [fsBold]
  135.     ParentFont = False
  136.     TabOrder = 1
  137.     Kind = bkOK
  138.     Margin = 2
  139.     Spacing = -1
  140.     IsControl = True
  141.   end
  142. end
  143.